/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "0.006/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    INLET
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2892;
        startFace       632149;
    }
    OUTLET
    {
        type            wall;
        inGroups        1(wall);
        nFaces          2872;
        startFace       635041;
    }
    WALL
    {
        type            wall;
        inGroups        1(wall);
        nFaces          80157;
        startFace       637913;
    }
    MOUTHPIECE
    {
        type            wall;
        inGroups        1(wall);
        nFaces          271;
        startFace       718070;
    }
)

// ************************************************************************* //
